@font-face {
	font-family: 'bebas';
	src:
	  url('https://cdn-static.m-m10010.com/mgui/common/fonts/bebas/Bebas-Regular.ttf') format('truetype'),
	  url('https://cdn-static.m-m10010.com/mgui/common/fonts/bebas/Bebas-Regular.otf') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }

.index-container{
	width: 100%;
}
.top-banner .swiper-slide .cont-box{
	/* position: absolute;
	height: 100%;
	width: 1200px;
	top: 0;
	left: 50%;
	max-width: 100%;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%); 
	-moz-transform:translateX(-50%); 
	-webkit-transform:translateX(-50%); 
	-o-transform:translateX(-50%); */
}
.top-banner .banner-img{
	position: absolute;
	width: auto;
	height: 60%;
	top: 17%;
	right: 28%;
	transform-style: preserve-3d;
	transition: 1s;
}
.top-banner .banner-text{
	position: absolute;
	width: auto;
	height: 46%;
	top: 26%;
	left: 27%;
	/* transform-style: preserve-3d;
	transition: .2s; */
}

.swiper-slide .mg-btn{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%); 
	-moz-transform:translateX(-50%); 
	-webkit-transform:translateX(-50%); 
	-o-transform:translateX(-50%);
	border-radius: 100px;
	background: -moz-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#57baff), color-stop(100%,#007ed7));
  background: -webkit-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -o-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: -ms-linear-gradient(left, #57baff 0%, #007ed7 100%);
  background: linear-gradient(to right,#57baff 0%, #007ed7 100%);
}

/* 数据统计 */
.total-container{
	/* box-shadow: 0 0 10px #000; */
}
.total-box.mg-container.clearfix{
  display: flex;
  justify-content: space-around;
}
.total-list{
	text-align: center;
	padding: .38rem 0;
}
.total-list .num{
	color: #080808;
	font-size: .26rem;
}
.total-list .num span{
	font: .52rem bebas,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Regular,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
}
.total-list .num::after{
	content: '+';
	position: absolute;
	font-size: .20rem;
    top: 0.213rem;
}
.container-box{
    padding-top: 70px;
}
/* 核心产品 */
.coreProduct-container{
	background: #f5f5f5;
}
.coreProduct-container .mg-title{
	padding: .65rem 0;
}
.product-box{
	padding-bottom: .96rem;
	justify-content: space-between;
}
.product-box .product-list{
	position: relative;
	width: calc(33.3% - .3rem);
	height: 460px;
	align-items: center;
	text-align: center;
	background-color: #fff;
	margin: 0 .15rem;
	transition: .3s;
}
.product-box .product-list:hover{
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}
.product-box .product-list .title{
	padding: .54rem 0 .24rem 0;
}
.product-box .product-list .desc{
	padding-bottom: .34rem;
	font-size: 16px;
	color: #666;
}
.product-box .product-list .btn{
	display: block;
	width: 120px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
	background: #3782ff;
	transition: .3s;
}
.product-box .product-list .btn:hover{
	background: #37a3ff;
}
.product-box .product-list > img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	transition: .1s;
}
.product-box .product-list > img:hover{
	bottom: 30px;
}
.product-box .product-list > .cont-box{
	width: 100%;
  height: 2.6rem;
}
.product-list .title{
	font-size: .24rem;
	color: #333;
	padding-bottom: .1rem;
	font-weight: 600;
}
.product-list .tips{
	font-size: .16rem;
	color: #666;
	padding-bottom: .3rem;
}
.product-list .note{
	font-size: .16rem;
	color: #999;
	width: 70%;
	margin: 0 auto;
	border-top: 1px solid #eee;
	padding-top: .4rem;
	position: relative;
}
.product-list .note > p{
	padding-bottom: .1rem;
	transition: all .6s;
	opacity: 1;
}
.product-list .see-details{
	display: block;
	width: max-content;
	margin: 0 auto;
	padding: .1rem .2rem;
	border-radius: 5px;
	background-color: #ffa800;
	color: #fff;
	margin-top: .2rem;
	position: absolute;
	top: 1rem;
	left: 50%;
	opacity: 0;
	transition: all .6s;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%); 	/* IE 9 */
	-moz-transform:translateX(-50%); 	/* Firefox */
	-webkit-transform:translateX(-50%); /* Safari 和 Chrome */
	-o-transform:translateX(-50%); 	/* Opera */
}

/* 解决方案 */
.solution-container{
	position: relative;
	padding-bottom: .6rem;
}
.solution-container .mg-title{
	padding-top: .65rem;
	padding-bottom: .5rem;
}
.solution-container .mg-desc{
	font-size: 18px;
	text-align: center;
	padding-bottom: .65rem;
	color: #333;
}
.solution-container .nav-wrap{
	width: 1200px;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: .45rem;
	border-bottom: 1px solid #ddd;
}
.solution-container .nav-wrap .nav-content{
	width: 72%;
	margin: 0 auto;
	font-size: 18px;
	color: #999;
}
.solution-container .nav-wrap .nav-btn{
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.solution-container .nav-wrap .nav-btn span{
	display: inline-block;
	padding-bottom: .15rem;
}
.solution-container .nav-wrap .nav-btn.active span{
	color: #333;
	border-bottom: 2px solid #3782ff;
}
.solution-banner-box{
	display: none;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.solution-banner-box.active{
	display: block;
}
/* .solution-banner-box .prev-btn,.solution-banner-box .next-btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	outline: none;
} */
/* .solution-banner-box .prev-btn{
	left: 0px;
	background: url('../../images/index/left.png');
	z-index: 99999;
	left: -54px;
}
.solution-banner-box .next-btn{
	right: 0px;
	background: url('../../images/index/right.png');
	z-index: 99999;
	right: -54px;
} */
.solution-banner{
	max-width: 1500px;
}
.solution-banner-box .prev-btn,.solution-banner-box .next-btn{
	width: .6rem;
	height: .6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
}
.solution-banner-box .prev-btn{
	left: -.65rem;
}
.solution-banner-box .next-btn{
	right: -.65rem;
}
.solution-banner .swiper-button-next{
	left: auto;
	right: 0;
}
.solution-banner .swiper-slide{
	position: relative;
	width: 290px !important;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.solution-banner .swiper-slide p.title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	z-index: 999;
}
.solution-banner .swiper-slide .slide-cont{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	padding: 36% 0 0;
	color: #fff;
	font-size: .24rem;
	transition: .6s;
}
.solution-banner .swiper-slide .title{
	font-size: .24rem;
}
.solution-banner .swiper-slide .slide-cont .line{
	padding: .1rem 0 .2rem;
}
.solution-banner .swiper-slide .slide-cont img{
	width: .8rem;
}
.solution-banner .swiper-slide .hover-box{
	color: #fff;
	background-color: rgba(32, 186, 252, 0.6);
	top: 0;
	left: 0;
	height: calc(100%);
	width: calc(100% - .4rem);
	position: absolute;
	padding: 30% .2rem 0;
	opacity: 0;
	z-index: 0;
	transition: .6s;
}
.solution-banner .swiper-slide:hover .slide-cont{
	opacity: 0;
}
.solution-banner .swiper-slide:hover .hover-box{
	opacity: 1;
}

.solution-banner .swiper-slide .hover-box .cont{
	font-size: .16rem;
	padding-top: .4rem;
	text-align: left;
}

.solution-banner .swiper-slide .hover-box .see-details{
	display: block;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	font-size: .16rem;
	color: #fff;
	margin: .4rem auto 0;
	padding: .1rem .2rem;
	width: max-content;
}
.solution-banner .swiper-slide .hover-box .see-details:hover{
	background: #fff;
	color: #007ed7;
}

/* 一站式服务 */
.solution-banner-box .swiper-container{
	border-radius: 6px;
}
.solution-banner .swiper-slide{
	position: relative;
	margin-right: 12px;
	border-radius: 6px;
	overflow: hidden;
}
.solution-banner .swiper-slide .mark{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 186, 252, 0.6);
	transition: .3s;
}
.solution-banner-box .swiper-slide img{
	border-radius: 6px;
	transition: .3s;
}
.solution-banner .swiper-slide:hover img{
	transform: scale(1.1);
}
.solution-banner .swiper-slide:hover .mark{
	opacity: 1;
}

/* 麦联生态 */
.ecological-container{
	padding-bottom: .3rem;
	background: #f5f5f5;
}
.ecological-container .mg-title{
	padding-top: .65rem;
	padding-bottom: .5rem;
}
.ecological-container .mg-desc{
	font-size: 18px;
	text-align: center;
	padding-bottom: .5rem;
	color: #333;
}
.ecological-container .list-content{
	width: 1200px;
	margin: 0 auto;
}
.ecological-container .list-content li{
	margin-bottom: 15px;
	align-items: center;
	background: #fff;
	overflow: hidden;
	transition: .3s;
}
.ecological-container .list-content li:hover{
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
}
.ecological-container .list-content .text{
	padding-left: .65rem;
	width: 37%;
	margin-top: .65rem;
}
.ecological-container .list-content .text:nth-child(2){
	padding-left: 0;
	padding-right: .65rem;
}
.ecological-container .list-content li:nth-child(2) .text{
	position: relative;
}
.ecological-container .list-content li:nth-child(2) .text a{
	position: absolute;
	right: 105px;
}
.ecological-container .list-content .img{
	position: relative;
	top: 0px;
	width: 50%;
	transition: .1s;
}
.ecological-container .list-content .img:hover{
	top: -10px;
}
.ecological-container .list-content .title{
	padding-bottom: .25rem;
	font-size: .36rem;
	color: #333;
}
.ecological-container .list-content .desc{
	padding-bottom: .6rem;
	font-size: 16px;
	color: #666;
	line-height: .28rem;
}
.ecological-container .list-content a{
	font-size: 18px;
	color: #3782ff;
	border: 1px solid #3782ff;
	width: 148px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-align: center;
	border-radius: 25px;
	transition: .3s;
}
.ecological-container .list-content a:hover{
	background: #3782ff;
	color: #fff;
}

/* 新闻中心 */
.newsCenter-container{
	padding-bottom: .8rem;
}
.newsCenter-container .mg-title{
	padding: .8rem 0 .6rem !important;
}
.news-box .news-left{
	width: 44%;
	min-height: 4.3rem;
	font-size: 0;
	background-color: #f2f2f2;
	cursor: pointer;
	transition: .4s;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-left: .4rem;
	overflow: hidden;
    height: 5.4rem;

}
.news-box .news-left > div:first-child{
    height: 393px;
    display: flex;
    align-items: center;
}
.news-box .news-left:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.news-left .news-cont{
	min-height: 1.2rem;
}

.news-left  img{
	width: 100%;
	padding-bottom: .3rem;
	transition: .4s;
}
.news-left > img:hover{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
}
.news-box .time-box{
	color: #999;
	font-size: .14rem;
	padding: 0 .2rem;
}
.news-box .title{
	color: #333;
	font-size: .2rem;
	padding: .1rem .2rem 0;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.news-left .news-cont .title{
	font-weight: bold;
	line-height: 0.3rem;
    padding-bottom: 0.1rem;
}
.news-right{
	width: 46%;
	padding-left: .8rem; 
	position: relative;
	/* min-height: 4.3rem; */
}
.news-list .time-box{
	padding: 0;
}
.news-list .title{
	display: block;
	height: 0.76rem;
	color: #000;
	padding-left: 0;
	cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .title:hover{
  color: #15acfd;
}
.more-box{
	position: absolute;
	bottom: 0;
    right: 0.2rem;
}
.more-box > a{
	font-size: .18rem;
	color: #666;
}
.more-box > a:hover{
	font-weight: bold;
}
.news-box .time-box.right {
    text-align: right;
    margin: -0.35rem 0 0.21rem
}

.news-left.pull-left p.time-box.right {
    margin: -0.05rem 0 0.1rem
}
@media (max-width: 800px){
	/* .total-list{
		width: 50%;
	} */
    .container-box{
        padding-top: 0;
    }
    .ecological-container .list-content .text:nth-child(2){
        padding-right:0
    }
    .news-box .time-box, .news-box .title,.more-box > a {
        font-size: 14px;
    }
	.total-list .num span{
		font: .4rem bebas,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,PingFangSC-Regular,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
	}
	.total-list .name{
		font-size: 12px;
	}
  .coreProduct-container{
		background: none;
		background-color: #f4f4f4;
	}
	.product-box .product-list{
		width: calc(50% - .4rem);
		height: 6.2rem;
		margin-bottom: 1rem;
	}
	.product-box .product-list .cont-box .note{
		display: none;
	}

	.news-box .news-left{
		width: calc(100% - .8rem);
		margin: 0 .4rem;
	}

	.news-right{
		width: calc(100% - .8rem);
		padding: .4rem;
	}
	.product-box{
		flex-direction: column;
	}
	.product-box .product-list{
		width: 100%;
		margin: 0 auto;
		margin-bottom: .5rem;
	}
	.product-box .product-list .title{
		font-size: .3rem;
	}
	.product-box .product-list > .cont-box{
		height: 2rem;
	}
	.swiper-slide .mg-btn{
		display: none;
	}
	.banner-box{
		height: auto;
	}
	.product-box .product-list .btn{
		width: 1.4rem;
		height: .48rem;
		line-height: .48rem;
		font-size: 14px;
	}
	.product-box .product-list > img{
		width: 4rem;
	}
	.product-box .product-list{
		padding-bottom: 0;
	}
	.solution-banner-box{
		width: 100%;
	}
	.solution-banner .swiper-slide{
		width: 48.9% !important;
		margin-right: .08rem;
	}

	.solution-banner-box .prev-btn,.solution-banner-box .next-btn{
		display: none;
	}
	.solution-container .mg-desc{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: .4rem;
	}
	.solution-container .nav-wrap{
		width: 100%;
	}
	.solution-container .nav-wrap .nav-content{
		display: flex;
		width: 100%;
		font-size: 14px;
		justify-content: space-around;
	}
	.solution-container .nav-wrap .nav-btn{
		width: auto;
	}
	.ecological-container .list-content{
		width: 100%;
	}
	.ecological-container .list-content li{
		flex-direction: column;
		padding-bottom: .3rem;
	}
	.ecological-container .list-content .text{
		width: 100%;
		padding-left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.ecological-container .list-content .title{
		padding-top: .35rem;
	}
	.ecological-container .mg-desc{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: .4rem;
	}
	.ecological-container .list-content .desc{
		width: 90%;
		font-size: 14px;
		line-height: .4rem;
		padding-bottom: .4rem;
	}
	.ecological-container .list-content a{
		font-size: 14px;
		width: 1.6rem;
		height: .5rem;
		line-height: .5rem;
	}
	.ecological-container .list-content li:nth-child(2) .text a{
		right: 50%;
    transform: translateX(50%);
    top: -.4rem;
	}
	.ecological-container .list-content .img{
		width: 100%;
	}
	.news-box .news-left,.news-box .news-left > div:first-child{
        height: auto;
    }
}